home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(1) then
- cursor(280)
- else
- if rollOver(3) then
- cursor(280)
- else
- if rollOver(4) then
- cursor(280)
- else
- if rollOver(5) then
- cursor(280)
- else
- if rollOver(6) then
- cursor(280)
- else
- if rollOver(7) then
- cursor(280)
- else
- cursor(-1)
- end if
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-